home *** CD-ROM | disk | FTP | other *** search
/ Eagles Nest BBS 5 / Eagles_Nest_Mac_Collection_Disc_5.TOAST / 7th-College / LearnSpan#1 / English_Spanish I 1.09.1 / card_138180.txt < prev    next >
Text File  |  1990-01-29  |  2KB  |  86 lines

  1. -- card: 138180 from stack: in.1
  2. -- bmap block id: 203531
  3. -- flags: 0000
  4. -- background id: 13313
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on arrowKey direction
  8.   if direction is "left" then go previous card
  9.   else go next card
  10. end arrowKey
  11.  
  12.  
  13.  
  14. -- part 5 (button)
  15. -- low flags: 00
  16. -- high flags: 0004
  17. -- rect: left=440 top=44 right=75 bottom=471
  18. -- title width / last selected line: 0
  19. -- icon id / first selected line: 1014 / 1014
  20. -- text alignment: 1
  21. -- font id: 0
  22. -- text size: 12
  23. -- style flags: 0
  24. -- line height: 16
  25. -- part name: prev card
  26. ----- HyperTalk script -----
  27. on mouseUp
  28.   go previous card of this background
  29. end mouseUp
  30.  
  31.  
  32.  
  33. -- part 6 (button)
  34. -- low flags: 00
  35. -- high flags: 0004
  36. -- rect: left=472 top=44 right=75 bottom=502
  37. -- title width / last selected line: 0
  38. -- icon id / first selected line: 1013 / 1013
  39. -- text alignment: 1
  40. -- font id: 0
  41. -- text size: 12
  42. -- style flags: 0
  43. -- line height: 16
  44. -- part name: next card
  45. ----- HyperTalk script -----
  46. on mouseUp
  47.   go next card of this background
  48. end mouseUp
  49.  
  50.  
  51.  
  52. -- part 7 (field)
  53. -- low flags: 01
  54. -- high flags: 0000
  55. -- rect: left=48 top=79 right=339 bottom=493
  56. -- title width / last selected line: 0
  57. -- icon id / first selected line: 0 / 0
  58. -- text alignment: 0
  59. -- font id: 21
  60. -- text size: 12
  61. -- style flags: 0
  62. -- line height: 16
  63. -- part name: 
  64.  
  65.  
  66. -- part contents for card part 7
  67. ----- text -----
  68. The Extras area of the Options Card also contains three check boxes.
  69.  
  70.      Scan Backwards -     causes the cards to be "flipped" in reverse order
  71.                                            whenever you choose the automatic scan mode.
  72.  
  73.      Delay Answers -        If the answers are hidden and you choose to 
  74.                                            automate the "flipping" of the cards, this option
  75.                                            will delay the appearance of the answer by half
  76.                                            the ScanRate setting.
  77.  
  78.       Reverse Lists -          causes the opposite side of the card to be hidden
  79.                                            thus increasing the utility of the same lists.
  80.                                            The source and target languages for the Stack are
  81.                                            switched.  You may then quiz yourself on twice as
  82.                                            many words or phrases.
  83.  The default setting has these buttons unselected.
  84.                                         
  85.  
  86.